You can improve the performance of your application by caching the rendering of nodes that become static after a certain point. However, take into consideration that caching decreases the performance before the node becomes static. When you enable caching for a node, this node generates an FBO for itself, renders itself to it, and for all future frames uses this generated FBO instead of rendering itself again. Use this method to cache complex nodes and speed up their rendering.
To render nodes only once:
, and add any of the following properties:Optimizing the rendering of layouts
Setting nodes for efficient rendering
Preventing overdraw with the Sorting Filter
Troubleshooting the performance of your application